Universal JS
Isomorphic JS or Universal JS
They render the first page of a client-side framework app on the server and send it to the user. It can be viewed quickly this way, and becomes interactable after the JS has been loaded on the client side.
Isomorphic JS Frameworks:
- Angular - Angular Universal
- React - NextJS
- Vue - NuxtJS
- Svelte/Angular/React - MeteorJS